home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / Internet Developer Demos / Bare Bones Software Goodies / BBEdit 4.0 Demo Folder / BBEdit Glossary / C Source / FileHeader.h < prev    next >
Text File  |  1995-07-24  |  533b  |  28 lines

  1. #ifndef FILENAME_H
  2. #define FILENAME_H
  3. /******************************************************************************
  4.  *
  5.  *    File:            #file#
  6.  *
  7.  *    Function:        Declarations for #file#cpp
  8.  *
  9.  *    Author(s):        <put your name here>
  10.  *
  11.  *    Copyright:        Copyright (c) 1995 <whomever>
  12.  *                    All Rights Reserved.
  13.  *
  14.  *    Source:            Original.
  15.  *
  16.  *    Notes:            
  17.  *
  18.  *    Change History:
  19.  *            95_xx_xx_nnn    Started source.
  20.  *    
  21.  ******************************************************************************/
  22.  
  23. #pragma once
  24.  
  25. #insertion#
  26.  
  27. #endif /* FILENAME_H */
  28.